From ee62d19115b833439590d9a763b193401fcdec07 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 19:44:03 -0500 Subject: [PATCH] button: Small docs tweak --- gtk/gtkbutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index d7f52bace3..3b2aad8f34 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -30,7 +30,7 @@ * * ![An example GtkButton](button.png) * - * The `GtkButton` widget can hold any valid child widget. That is, it can hold + * The `GtkButton` widget can hold any valid child widget. That is, it can hold * almost any other standard `GtkWidget`. The most commonly used child is the * `GtkLabel`. * @@ -52,7 +52,7 @@ * * # Accessibility * - * `GtkButton` uses the #GTK_ACCESSIBLE_ROLE_BUTTON role. + * `GtkButton` uses the %GTK_ACCESSIBLE_ROLE_BUTTON role. */ #include "config.h" -- 2.30.2